projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6808cd
)
powerpc/B4420: Fixed incomplete handling for 0x9d serdes2
author
poonam aggrwal
<
[email protected]
>
Fri, 30 May 2014 18:38:18 +0000
(
00:08
+0530)
committer
York Sun
<
[email protected]
>
Thu, 5 Jun 2014 20:45:07 +0000
(13:45 -0700)
Crossbars and IDT were not getting configured for Serdes2 protocol
0x9d for B4420.
Signed-off-by: Poonam Aggrwal <
[email protected]
>
Signed-off-by: Shaveta Leekha <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
board/freescale/b4860qds/b4860qds.c
patch
|
blob
|
history
diff --git
a/board/freescale/b4860qds/b4860qds.c
b/board/freescale/b4860qds/b4860qds.c
index b2d53781438d35a296990068e90085bf27ef8ce2..9d6b9a7b669bbc93146fe319de38d8e629531a23 100644
(file)
--- a/
board/freescale/b4860qds/b4860qds.c
+++ b/
board/freescale/b4860qds/b4860qds.c
@@
-488,6
+488,9
@@
int configure_vsc3316_3308(void)
}
switch (serdes2_prtcl) {
+#ifdef CONFIG_PPC_B4420
+ case 0x9d:
+#endif
case 0x9E:
case 0x9A:
case 0x98:
@@
-852,6
+855,9
@@
int config_serdes2_refclks(void)
* For this SerDes2's Refclk1 need to be set to 100MHz
*/
switch (serdes2_prtcl) {
+#ifdef CONFIG_PPC_B4420
+ case 0x9d:
+#endif
case 0x9E:
case 0x9A:
case 0xb2: